Copy file to/from remote machine available via ssh:

scp -P 7722 [email protected]:/path_to/src.zip /path/to/dst/
scp -P 7722 /path/to/src.zip [email protected]:/path_to/dst